Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[finishes #187816382] product details page #27

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

Mag-codes
Copy link

@Mag-codes Mag-codes commented Jun 24, 2024

Here's a structured template you can use for your pull request (PR):


Purpose

The purpose of this PR is to enhance the product viewing page by implementing features that allow users to view detailed information about a product, including recommended products, reviews, available colors, and sizes. Additionally, this PR introduces functionalities for adding a product to the wishlist and the cart.

Changes Made

  • Implemented detailed product view including:
    • Display of recommended products
    • Display of product reviews
    • Display of available colors and sizes
  • Added functionality for users to:
    • Add products to their wishlist
    • Add products to their cart
  • Updated UI components to accommodate the new features
  • Refactored existing code to ensure seamless integration of new functionalities

Testing Instructions

  1. Navigate to the product page.
  2. Verify that the product details (including recommended products, reviews, available colors, and sizes) are displayed correctly.
  3. Test adding the product to the wishlist by clicking the "Add to Wishlist" button.
  4. Test adding the product to the cart by clicking the "Add to Cart" button.
  5. Ensure that the product is correctly added to both the wishlist and the cart, and that the respective counts are updated.
  6. Run all unit and integration tests to verify that the new features do not break existing functionality.

Related Issues

  • Issue #123: Implement product detail view
  • Issue #124: Add product to wishlist functionality
  • Issue #125: Add product to cart functionality

Checklist

Please review the following checklist and make sure all tasks are complete before submitting:

  • Code follows the project's coding standards
  • Changes are covered by tests
  • Documentation is updated (if applicable)
  • All tests pass

image

Sorry, something went wrong.

Copy link

netlify bot commented Jun 24, 2024

Deploy Preview for e-commerce-mavericks-fn ready!

Name Link
🔨 Latest commit ac8d1bf
🔍 Latest deploy log https://app.netlify.com/sites/e-commerce-mavericks-fn/deploys/6690edd6f086110008a0ea76
😎 Deploy Preview https://deploy-preview-27--e-commerce-mavericks-fn.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Mag-codes Mag-codes added the WIP label Jun 24, 2024
@Mag-codes Mag-codes force-pushed the 187816382-product-view-details branch 10 times, most recently from 58e4443 to a470891 Compare July 2, 2024 13:49
@Mag-codes Mag-codes force-pushed the 187816382-product-view-details branch 6 times, most recently from afdae4e to 26b218d Compare July 12, 2024 08:44
@Mag-codes Mag-codes force-pushed the 187816382-product-view-details branch from 26b218d to ac8d1bf Compare July 12, 2024 08:48
@Mag-codes Mag-codes added ready and removed WIP labels Jul 12, 2024
@Mag-codes Mag-codes requested review from niyontwali and hozayves July 12, 2024 08:51
Copy link
Contributor

@amin-leon amin-leon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@niyontwali niyontwali merged commit f38f190 into develop Jul 12, 2024
8 checks passed
hatfelicien pushed a commit that referenced this pull request Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants